Remove relocations from the atk factories. Remove unused gail_foo_new()
authorChristian Persch <chpe@src.gnome.org>
Tue, 25 Dec 2007 09:29:46 +0000 (09:29 +0000)
committerChristian Persch <chpe@src.gnome.org>
Tue, 25 Dec 2007 09:29:46 +0000 (09:29 +0000)
commit535e29c38029a6e7585ac2af7bffd49d7eef308d
treef11235b263f6ca89ca70bea23684a75f5d601e20
parent99fa9096e03e695e5195b2c5b92b70db77359e59
Remove relocations from the atk factories. Remove unused gail_foo_new()

* modules/other/gail/*.[ch]: Remove relocations from the atk
factories. Remove unused gail_foo_new() functions. Fix object
instantiation to be derivation safe by moving initialisation code
from the removed gail_foo_new() functions to the
AtkObjectClass::initialize implementation. Bug #505226.

svn path=/trunk/; revision=19237
91 files changed:
ChangeLog
modules/other/gail/Makefile.am
modules/other/gail/gail.c
modules/other/gail/gail.h
modules/other/gail/gailadjustment.c
modules/other/gail/gailarrow.c
modules/other/gail/gailarrow.h
modules/other/gail/gailbooleancellfactory.c [deleted file]
modules/other/gail/gailbooleancellfactory.h [deleted file]
modules/other/gail/gailbox.c
modules/other/gail/gailbox.h
modules/other/gail/gailbutton.c
modules/other/gail/gailbutton.h
modules/other/gail/gailcalendar.c
modules/other/gail/gailcalendar.h
modules/other/gail/gailclist.c
modules/other/gail/gailclist.h
modules/other/gail/gailcombo.c
modules/other/gail/gailcombo.h
modules/other/gail/gailcombobox.c
modules/other/gail/gailcombobox.h
modules/other/gail/gailcontainer.c
modules/other/gail/gailcontainer.h
modules/other/gail/gailentry.c
modules/other/gail/gailentry.h
modules/other/gail/gailexpander.c
modules/other/gail/gailexpander.h
modules/other/gail/gailfactory.h
modules/other/gail/gailframe.c
modules/other/gail/gailframe.h
modules/other/gail/gailhtmlbox.c
modules/other/gail/gailhtmlbox.h
modules/other/gail/gailimage.c
modules/other/gail/gailimage.h
modules/other/gail/gailimagecellfactory.c [deleted file]
modules/other/gail/gailimagecellfactory.h [deleted file]
modules/other/gail/gailitem.c
modules/other/gail/gailitem.h
modules/other/gail/gaillabel.c
modules/other/gail/gaillabel.h
modules/other/gail/gaillist.c
modules/other/gail/gaillist.h
modules/other/gail/gailmenu.c
modules/other/gail/gailmenu.h
modules/other/gail/gailmenushell.c
modules/other/gail/gailmenushell.h
modules/other/gail/gailnotebook.c
modules/other/gail/gailnotebook.h
modules/other/gail/gailobject.c
modules/other/gail/gailobject.h
modules/other/gail/gailobjectfactory.c [deleted file]
modules/other/gail/gailobjectfactory.h [deleted file]
modules/other/gail/gailoptionmenu.c
modules/other/gail/gailoptionmenu.h
modules/other/gail/gailpaned.c
modules/other/gail/gailpaned.h
modules/other/gail/gailpixmap.c
modules/other/gail/gailpixmap.h
modules/other/gail/gailprogressbar.c
modules/other/gail/gailprogressbar.h
modules/other/gail/gailradiobutton.c
modules/other/gail/gailradiobutton.h
modules/other/gail/gailrange.c
modules/other/gail/gailrange.h
modules/other/gail/gailrenderercellfactory.c [deleted file]
modules/other/gail/gailrenderercellfactory.h [deleted file]
modules/other/gail/gailscale.c
modules/other/gail/gailscale.h
modules/other/gail/gailscrollbar.c
modules/other/gail/gailscrollbar.h
modules/other/gail/gailscrolledwindow.c
modules/other/gail/gailscrolledwindow.h
modules/other/gail/gailseparator.c
modules/other/gail/gailseparator.h
modules/other/gail/gailspinbutton.c
modules/other/gail/gailspinbutton.h
modules/other/gail/gailstatusbar.c
modules/other/gail/gailstatusbar.h
modules/other/gail/gailtextcellfactory.c [deleted file]
modules/other/gail/gailtextcellfactory.h [deleted file]
modules/other/gail/gailtextview.c
modules/other/gail/gailtextview.h
modules/other/gail/gailtogglebutton.c
modules/other/gail/gailtogglebutton.h
modules/other/gail/gailtoplevel.c
modules/other/gail/gailtoplevel.h
modules/other/gail/gailtreeview.c
modules/other/gail/gailtreeview.h
modules/other/gail/gailutil.c
modules/other/gail/gailwindow.c
modules/other/gail/gailwindow.h